define G_LOG_DOMAIN for GdkPixbuf.
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 12 Dec 2001 22:20:36 +0000 (22:20 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 12 Dec 2001 22:20:36 +0000 (22:20 +0000)
gdk-pixbuf/ChangeLog
gdk-pixbuf/Makefile.am

index 881c9bd53010dafd89783ebc26076505f13fd143..baaa7351315ce0d82069b2c7e86231ea9aa03da7 100644 (file)
@@ -1,5 +1,7 @@
 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
 
+       * Makefile.am (INCLUDES): Define G_LOG_DOMAIN. (#66412)
+
        * gdk-pixbuf-loader.c, gdk-pixbuf-util.c: Markup fixes.
 
 2001-12-11  Michael Natterer  <mitch@gimp.org>
index a94fc56434119c613e2e4b62e6b5264dad678a58..07df4d2c1d3834fdaf03527ea8d223afcf9ff012 100644 (file)
@@ -204,7 +204,8 @@ builtin_objs = @INCLUDED_LOADER_OBJ@
 endif
 
 DEPS = libgdk_pixbuf-1.3.la
-INCLUDES = @STRIP_BEGIN@ \
+INCLUDES = @STRIP_BEGIN@                       \
+       -DG_LOG_DOMAIN=\"GdkPixbuf\"            \
        -I$(top_srcdir) -I$(top_builddir)       \
        -I$(top_srcdir)/gdk-pixbuf              \
        -I$(top_builddir)/gdk-pixbuf            \